home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{EA11677F-459F-11D3-80DA-444553540001}#2.0#0"; "3DControl.ocx"
- Begin VB.Form ControlTest
- Caption = "Form1"
- ClientHeight = 3705
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 4680
- LinkTopic = "Form1"
- ScaleHeight = 3705
- ScaleWidth = 4680
- Tag = "/out"
- Begin Feucht3DControl.Control3D Control3D1
- Left = 75
- Top = 75
- _ExtentX = 847
- _ExtentY = 847
- NumberMask = "11111"
- End
- Begin VB.Timer Timer1
- Left = 75
- Top = 825
- End
- Begin VB.CommandButton Command1
- Caption = "Command1"
- Height = 465
- Left = 1425
- TabIndex = 0
- Tag = "/out"
- Top = 525
- UseMaskColor = -1 'True
- Width = 1215
- End
- Begin VB.PictureBox Picture1
- AutoRedraw = -1 'True
- Height = 2040
- Left = 675
- ScaleHeight = 1980
- ScaleWidth = 3330
- TabIndex = 1
- Top = 1500
- Width = 3390
- Begin VB.PictureBox Picture2
- Height = 1440
- Left = 1575
- ScaleHeight = 1380
- ScaleWidth = 1530
- TabIndex = 3
- Top = 300
- Width = 1590
- Begin VB.CommandButton Command3
- Caption = "Command2"
- Height = 1140
- Left = 150
- TabIndex = 4
- Tag = "/out"
- Top = 75
- Width = 1215
- End
- End
- Begin VB.CommandButton Command2
- Caption = "Command2"
- Height = 1140
- Left = 150
- TabIndex = 2
- Tag = "/in"
- Top = 300
- Width = 1215
- End
- End
- Attribute VB_Name = "ControlTest"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Form_Paint()
- Control3D1.PaintTargetControls
- End Sub
-